home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Textfiles / zines / hir / hir5 Folder.sit / hir5 Folder / HIR5-5.TXT < prev    next >
Text File  |  1998-04-25  |  7KB  |  145 lines

  1. HiR5 Informative Resources
  2.           by
  3. Asmodian X and Axon
  4. From now on, every issue or two, we'll be throwing in some truly wonderful
  5. resources to get information.  Axon and Asmodian X will work on this section.
  6.  
  7. Our goal is simple: tell you guys what all is out there to get really awesome
  8. info.  We'll include book references, internet URL's, and all sorts of other
  9. resources.  Some of them can be used to find stuff out about other things
  10. besides computers ad telephones and the like.  Here we go!
  11.  
  12. To find information on books, magazines, etc...
  13.  
  14.      Johnson County (Kansas) Public library resources:
  15.  
  16.         Web Based Stuff:
  17.  
  18.           o Search for books by Subject/Author/Title/Call Number:
  19.                http://jclnt2.jcl.lib.ks.us:8088
  20.           o Search for magazine articles (Lots of full-text articles online!)  
  21.                http://www.searchbank.com/searchbank/jcl_cen
  22.                  1. Click on "Proceed" button.
  23.                  2. Click on "Gen'l Reference Ctr Gold" link.
  24.                  3. Use a subject or keyword search.
  25.                This will get a lot of info, and get it fast.  Sometimes it's
  26.                almost as handy as "grepping" a 10-year-old pile of magazines.
  27.  
  28.         Terminal Based Stuff:
  29.  
  30.           o You can get the exact same information above through a telnet
  31.             session if you like.  I prefer this method.  If you use netscape
  32.             or IE, type:
  33.                telnet://jclnt2.jcl.lib.ks.us:5655
  34.             If you use unix, type:
  35.                telnet jclnt2.jcl.lib.ks.us 5655
  36.             If you use something else, try to get your telnet client to open
  37.             up jclnt2.jcl.lib.ks.us on port 5655 instead of port 23.  Just
  38.             the way it goes.  It's vt-100 and menu driven.  Supports the
  39.             "attached-to-ansi" printing, if your term program does...
  40.  
  41. Web-Pages that are LOADED with information
  42.  
  43.      Internet Request For Comments (RFC) Archive (And other fun info)
  44.  
  45.           http://www.cis.ohio-state.edu/htbin/rfc/
  46.  
  47.           This is THE source of information for those of you who like to
  48.           study protocols.  All sorts of other stuff is included in the
  49.           rfc's (such as certain standards, and technical explainations).
  50.           Overall, it's a bunch of information (mostly related to the 
  51.           Internet) that's been around for ages.  There are even a few
  52.           rfc's authored by Bob Metcalfe himself!  There are tons of
  53.           obsolete RFC's (Many RFC's contain a message at the beginning
  54.           that states "Obsoletes RFC 822".  Sometimes an RFC obsoletes
  55.           multiple other RFC's).  If you have good bandwidth, check out
  56.           the RFC Index (and if you have balls, print it!).  It contains
  57.           a basic list of what each RFC covers, the author, and the date 
  58.           of submission.  There are many places to find the RFC's, but
  59.           the url I gave (At Ohio State University) tends to stay current.
  60.           There are plenty of new RFC's each month usually.  Visit the 
  61.           site often.
  62.  
  63. Mailing Lists
  64.  
  65.      BUGTRAQ
  66.         Many hackers, software distributors, programmers, and just plain
  67.         psychos are subscribed to bugtraq.  In short, subscribing to
  68.         bugtraq will let you in on bugs and patches for various programs
  69.         and circumstances on almost any platform.  To get on:
  70.           o Send an e-mail from your account to listserv@netspace.org
  71.             Leave the subject of the e-mail blank, and in the message
  72.             body, include:
  73.  
  74.             SUBSCRIBE BUGTRAQ <your name>
  75.  
  76.      Rootshell
  77.         Rootshell is an entirely unix-focused security group.  They have
  78.         a website (with quite an archive) as well as a mailing list.
  79.         This is THE list to get on if you're into unix security and bugs.
  80.         To get on rootshell:
  81.           o Go to their website at www.rootshell.com for great files and
  82.             info (exploits/patches/texts).
  83.           o Get on their mailing list:  Send mail from your account to
  84.             majordomo@rootshell.com
  85.             Leave subject blank, and leave the following text in the body:
  86.  
  87.             subscribe announce
  88.      
  89. Books, mags, etc.
  90.  
  91.      Books!
  92.         UNIX For Dummies
  93.           (Unix)
  94.             This book is really what you want if you're just trying to get
  95.             used to unix.  If you look at it as an introduction to unix,
  96.             it's a lengthy one.  Goes into detail on quite a few things,
  97.             but if you're really not much of a unix dummy, take a look at
  98.             the next books.
  99.           o Author: John R. Levine & Margaret Levine Young
  100.           o Pages: 392
  101.           o ISBN: 0-7645-0130-5
  102.           o Publisher: IDG Books
  103.           o Publisher URL: http://www.idg.com (do a search for UNIX)
  104.           o Price: About $20
  105.           o Level: As long as you know how to get an account on a UNIX
  106.             machine, and nothing else, that's all that matters.
  107.  
  108.         Learning the Korn Shell 
  109.         Learning the BASH Shell
  110.           (Unix)
  111.             Axon has a lot of interaction with the Korn Shell, since he 
  112.             spends a large portion of his time telnetted into an AIX box 
  113.             (which uses Korn for its default shell).  
  114.  
  115.             If you want to really learn how to create some of the most
  116.             awe-inspiring scripts, this is the only way to go.  For you
  117.             who prefer linux, I would highly recommend Learning the BASH 
  118.             shell.  Both of these books are published by O'Reilly & Assoc-
  119.             iates, which produces some of the best computer-related books
  120.             around.  These guys don't produce "Dummies" books.  They're truly
  121.             hardcore, but not difficult to understand.  (Their team of tech-
  122.             nical writers must be phenomenal)
  123.  
  124.           o Title: Learning the Korn Shell
  125.           o Author: Bill Rosenblatt
  126.           o Publisher: O'Reilly & Associates.
  127.           o Official book web URL: http://www.oreilly.com/catalog/korn/
  128.             (This page offers online purchase of book for about $30)
  129.           o ISBN 1-56592-054-6
  130.           o 363 pages.
  131.  
  132.           o Title: Learning the BASH Shell, Second Edition
  133.           o Author: Cameron Newham & Bill Rosenblatt
  134.           o Publisher: O'Reilly & Associates.
  135.           o Official book web URL: http://www.oreilly.com/catalog/bash2/
  136.             (This page offers online purchase of the book for about $30)
  137.           o ISBN: 1-56592-374-2
  138.           o 336 Pages.
  139.  
  140.           o Recommended: go to O'Reilly's page at www.oreilly.com to see
  141.             some of the best computer related books.
  142.           o Level: Should have some working knowledge of UNIX first.  This
  143.             book goes REALLY in-depth about shell scripts and various
  144.             commands.  If you are less advanced, look at O'Reilly's page under
  145.             UNIX.  Try "Learning the UNIX operating system".